home *** CD-ROM | disk | FTP | other *** search
-
-
-
- FFFFMMMMEEEENNNNUUUUMMMMEEEERRRRAAAATTTTEEEE((((3333WWWW)))) FFFFMMMMEEEENNNNUUUUMMMMEEEERRRRAAAATTTTEEEE((((3333WWWW))))
-
-
-
- NNNNAAAAMMMMEEEE
- fmenumerate - enumerate the font faces available through the font
- manager.
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- ####iiiinnnncccclllluuuuddddeeee <<<<ffffmmmmcccclllliiiieeeennnntttt....hhhh>>>>
-
- vvvvooooiiiidddd ffffmmmmeeeennnnuuuummmmeeeerrrraaaatttteeee ((((ccccaaaallllllllbbbbaaaacccckkkk))))
- vvvvooooiiiidddd ((((****ccccaaaallllllllbbbbaaaacccckkkk))))(((())));;;;
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- _f_m_e_n_u_m_e_r_a_t_e accepts a callback routine as an argument. It calls the
- routine once for each font face file in the font directories in the font
- path, When _f_m_e_n_u_m_e_r_a_t_e calls the callback routine, it passes the callback
- routine a pointer to a character string that contains the name of a font
- file. For example, the following code prints the name of each "family"
- to the terminal:
-
- void printname(str)
- char *str;
- {
- printf("%s\n", str);
- }
-
- main()
- {
- fminit();
- fmenumerate(printname);
- }
-
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- fminit(3W), fmfontpath(3W), fmsetpath(3W).
-
- NNNNOOOOTTTTEEEE
- This routine is available only in immediate mode.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-